Inheritance diagram for Exponent::GUI::Graphics::CPNGImage:

Definition at line 30 of file CPNGImage.hpp.
| Exponent::GUI::Graphics::CPNGImage::CPNGImage | ( | const CSystemString & | filename | ) |
Construction with a file name
| filename | Name of the file to load |
| CException | On load error |
| Exponent::GUI::Graphics::CPNGImage::CPNGImage | ( | ) |
Construction
| virtual Exponent::GUI::Graphics::CPNGImage::~CPNGImage | ( | ) | [virtual] |
Destruction
| virtual EImageFormats Exponent::GUI::Graphics::CPNGImage::getImageFormat | ( | ) | const [inline, virtual] |
Get the format
| EImageFormats | The format of the image |
Implements Exponent::GUI::Graphics::IImage.
Definition at line 65 of file CPNGImage.hpp.
References Exponent::GUI::Graphics::IImage::e_png.
| static CPNGImage* Exponent::GUI::Graphics::CPNGImage::getNewInstance | ( | const CSystemString & | path, | |
| const CString & | filename | |||
| ) | [static] |
Get a new JPG image instance
| path | The containing folder of the image | |
| filename | the name of the file |
| CJPEGImage* | The new instance or NULL on error |
| virtual bool Exponent::GUI::Graphics::CPNGImage::loadFromFile | ( | const CSystemString & | filename | ) | [virtual] |
Load from a file
| filename | The name of the file |
| bool | True if loaded the image properly, false on error |
Reimplemented from Exponent::GUI::Graphics::CBaseImage.